Skip to main content

Intro

JUnit XML serves as a standard format for integration between tools that deal with test results. BuildPulse reads test results using this format, and you can use it for your analysis as well.

In the steps below, we'll start with a project that has an existing Go test suite, and we'll add JUnit XML as an additional output format for the test suite.